home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc2_x
/
tcprogud.sit
/
TC Prog Guide
/
card_53025.txt
< prev
next >
Wrap
Text File
|
1991-02-27
|
640b
|
33 lines
-- card: 53025 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 4755
-- name:
-- part contents for background part 4
----- text -----
# define MAX_ELEMENTS 1000
.
.
float f_array[MAX_ELEMENTS];
.
.
for (i=0 ; i<MAX_ELEMENTS ; i++)
.
.
The replacement text may be any symbol or expression recognized by the compiler:
# define EQUALS ==
.
.
if (c EQUALS 'x')
.
.
-- part contents for background part 7
----- text -----
170